spi: Remove spi_setup_slave_fdt
authorMario Six <[email protected]>
Mon, 15 Jan 2018 10:08:38 +0000 (11:08 +0100)
committerJagan Teki <[email protected]>
Wed, 24 Jan 2018 06:34:07 +0000 (12:04 +0530)
commit184fa1c8da54d3c5305b3e1975e284e01de68bea
treeec05d9f6b5706e315f227e919fd028e4c1dac963
parent74ea6e82f8f626c8c3098dea72f008e8ec0357f9
spi: Remove spi_setup_slave_fdt

A previous patch removed the spi_flash_probe_fdt function, which
contained the last call of the spi_setup_slave_fdt function, which is
now equally obsolete.

This patch removes the function.

Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
Signed-off-by: Mario Six <[email protected]>
drivers/spi/spi-uclass.c
include/spi.h